[INFO] fetching crate myopic 0.1.2...
[INFO] testing myopic-0.1.2 against master#1f7f8ea0721a3b1eb73e6c6d25cccb371434b320 for pr-154065-1
[INFO] extracting crate myopic 0.1.2 into /workspace/builds/worker-3-tc1/source
[INFO] started tweaking crates.io crate myopic 0.1.2
[INFO] finished tweaking crates.io crate myopic 0.1.2
[INFO] tweaked toml for crates.io crate myopic 0.1.2 written to /workspace/builds/worker-3-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate myopic 0.1.2 on toolchain 1f7f8ea0721a3b1eb73e6c6d25cccb371434b320
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1f7f8ea0721a3b1eb73e6c6d25cccb371434b320" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1f7f8ea0721a3b1eb73e6c6d25cccb371434b320" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 63 packages to latest compatible versions
[INFO] [stderr]       Adding criterion v0.3.6 (available: v0.8.2)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1f7f8ea0721a3b1eb73e6c6d25cccb371434b320" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1f7f8ea0721a3b1eb73e6c6d25cccb371434b320" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] f65f226c338722baed7502c180f82c594f0f9bf3526d5c17e7fe61ae84b71115
[INFO] running `Command { std: "docker" "start" "-a" "f65f226c338722baed7502c180f82c594f0f9bf3526d5c17e7fe61ae84b71115", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "f65f226c338722baed7502c180f82c594f0f9bf3526d5c17e7fe61ae84b71115", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f65f226c338722baed7502c180f82c594f0f9bf3526d5c17e7fe61ae84b71115", kill_on_drop: false }`
[INFO] [stdout] f65f226c338722baed7502c180f82c594f0f9bf3526d5c17e7fe61ae84b71115
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1f7f8ea0721a3b1eb73e6c6d25cccb371434b320" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 8557e82f7a4715e445d2cee822405ce32a78ac3f6ea725b7045c7784c7b5a01e
[INFO] running `Command { std: "docker" "start" "-a" "8557e82f7a4715e445d2cee822405ce32a78ac3f6ea725b7045c7784c7b5a01e", kill_on_drop: false }`
[INFO] [stderr]    Compiling myopic v0.1.2 (/opt/rustwide/workdir)
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]  --> src/lib.rs:3:9
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub use lens::lens::*;
[INFO] [stdout]   |         ^^^^^^^^^^^^^ the name `Lens` in the type namespace is first re-exported here
[INFO] [stdout] 4 | pub use lens::lens_box::*;
[INFO] [stdout] 5 | pub use lens::lens_fn::*;
[INFO] [stdout]   |         ---------------- but the name `Lens` in the type namespace is also re-exported here
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(ambiguous_glob_reexports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]  --> src/lib.rs:3:9
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub use lens::lens::*;
[INFO] [stdout]   |         ^^^^^^^^^^^^^ the name `ComposedLens` in the type namespace is first re-exported here
[INFO] [stdout] 4 | pub use lens::lens_box::*;
[INFO] [stdout] 5 | pub use lens::lens_fn::*;
[INFO] [stdout]   |         ---------------- but the name `ComposedLens` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `lens::lens_box::*`
[INFO] [stdout]  --> src/lib.rs:4:9
[INFO] [stdout]   |
[INFO] [stdout] 4 | pub use lens::lens_box::*;
[INFO] [stdout]   |         ^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `lens::lens_fn::*`
[INFO] [stdout]  --> src/lib.rs:5:9
[INFO] [stdout]   |
[INFO] [stdout] 5 | pub use lens::lens_fn::*;
[INFO] [stdout]   |         ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.20s
[INFO] running `Command { std: "docker" "inspect" "8557e82f7a4715e445d2cee822405ce32a78ac3f6ea725b7045c7784c7b5a01e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8557e82f7a4715e445d2cee822405ce32a78ac3f6ea725b7045c7784c7b5a01e", kill_on_drop: false }`
[INFO] [stdout] 8557e82f7a4715e445d2cee822405ce32a78ac3f6ea725b7045c7784c7b5a01e
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1f7f8ea0721a3b1eb73e6c6d25cccb371434b320" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] c8a7e4817d0bda242d9a537eee8397d7c191c7aa64785c693aa33a158a3f7916
[INFO] running `Command { std: "docker" "start" "-a" "c8a7e4817d0bda242d9a537eee8397d7c191c7aa64785c693aa33a158a3f7916", kill_on_drop: false }`
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling itoa v1.0.18
[INFO] [stderr]    Compiling plotters-backend v0.3.7
[INFO] [stderr]    Compiling regex-automata v0.4.14
[INFO] [stderr]    Compiling csv-core v0.1.13
[INFO] [stderr]    Compiling half v1.8.3
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling clap v2.34.0
[INFO] [stderr]    Compiling criterion-plot v0.4.5
[INFO] [stderr]    Compiling atty v0.2.14
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]  --> src/lib.rs:3:9
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub use lens::lens::*;
[INFO] [stdout]   |         ^^^^^^^^^^^^^ the name `Lens` in the type namespace is first re-exported here
[INFO] [stdout] 4 | pub use lens::lens_box::*;
[INFO] [stdout] 5 | pub use lens::lens_fn::*;
[INFO] [stdout]   |         ---------------- but the name `Lens` in the type namespace is also re-exported here
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(ambiguous_glob_reexports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]  --> src/lib.rs:3:9
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub use lens::lens::*;
[INFO] [stdout]   |         ^^^^^^^^^^^^^ the name `ComposedLens` in the type namespace is first re-exported here
[INFO] [stdout] 4 | pub use lens::lens_box::*;
[INFO] [stdout] 5 | pub use lens::lens_fn::*;
[INFO] [stdout]   |         ---------------- but the name `ComposedLens` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `lens::lens_box::*`
[INFO] [stdout]  --> src/lib.rs:4:9
[INFO] [stdout]   |
[INFO] [stdout] 4 | pub use lens::lens_box::*;
[INFO] [stdout]   |         ^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `lens::lens_fn::*`
[INFO] [stdout]  --> src/lib.rs:5:9
[INFO] [stdout]   |
[INFO] [stdout] 5 | pub use lens::lens_fn::*;
[INFO] [stdout]   |         ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling rayon v1.11.0
[INFO] [stderr]    Compiling plotters-svg v0.3.7
[INFO] [stderr]    Compiling plotters v0.3.7
[INFO] [stderr]    Compiling regex v1.12.3
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling csv v1.4.0
[INFO] [stderr]    Compiling serde_cbor v0.11.2
[INFO] [stderr]    Compiling tinytemplate v1.2.1
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling criterion v0.3.6
[INFO] [stderr]    Compiling myopic v0.1.2 (/opt/rustwide/workdir)
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]  --> src/lib.rs:3:9
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub use lens::lens::*;
[INFO] [stdout]   |         ^^^^^^^^^^^^^ the name `Lens` in the type namespace is first re-exported here
[INFO] [stdout] 4 | pub use lens::lens_box::*;
[INFO] [stdout] 5 | pub use lens::lens_fn::*;
[INFO] [stdout]   |         ---------------- but the name `Lens` in the type namespace is also re-exported here
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(ambiguous_glob_reexports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]  --> src/lib.rs:3:9
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub use lens::lens::*;
[INFO] [stdout]   |         ^^^^^^^^^^^^^ the name `ComposedLens` in the type namespace is first re-exported here
[INFO] [stdout] 4 | pub use lens::lens_box::*;
[INFO] [stdout] 5 | pub use lens::lens_fn::*;
[INFO] [stdout]   |         ---------------- but the name `ComposedLens` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `lens::lens_box::*`
[INFO] [stdout]  --> src/lib.rs:4:9
[INFO] [stdout]   |
[INFO] [stdout] 4 | pub use lens::lens_box::*;
[INFO] [stdout]   |         ^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `lens::lens_fn::*`
[INFO] [stdout]  --> src/lib.rs:5:9
[INFO] [stdout]   |
[INFO] [stdout] 5 | pub use lens::lens_fn::*;
[INFO] [stdout]   |         ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 20.60s
[INFO] running `Command { std: "docker" "inspect" "c8a7e4817d0bda242d9a537eee8397d7c191c7aa64785c693aa33a158a3f7916", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c8a7e4817d0bda242d9a537eee8397d7c191c7aa64785c693aa33a158a3f7916", kill_on_drop: false }`
[INFO] [stdout] c8a7e4817d0bda242d9a537eee8397d7c191c7aa64785c693aa33a158a3f7916
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1f7f8ea0721a3b1eb73e6c6d25cccb371434b320" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] d518e5602b5fe255e9c51fb9da7ff196d3b7f32da43793cbf90919521f3ce39d
[INFO] running `Command { std: "docker" "start" "-a" "d518e5602b5fe255e9c51fb9da7ff196d3b7f32da43793cbf90919521f3ce39d", kill_on_drop: false }`
[INFO] [stderr] warning: ambiguous glob re-exports
[INFO] [stderr]  --> src/lib.rs:3:9
[INFO] [stderr]   |
[INFO] [stderr] 3 | pub use lens::lens::*;
[INFO] [stderr]   |         ^^^^^^^^^^^^^ the name `Lens` in the type namespace is first re-exported here
[INFO] [stderr] 4 | pub use lens::lens_box::*;
[INFO] [stderr] 5 | pub use lens::lens_fn::*;
[INFO] [stderr]   |         ---------------- but the name `Lens` in the type namespace is also re-exported here
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(ambiguous_glob_reexports)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: ambiguous glob re-exports
[INFO] [stderr]  --> src/lib.rs:3:9
[INFO] [stderr]   |
[INFO] [stderr] 3 | pub use lens::lens::*;
[INFO] [stderr]   |         ^^^^^^^^^^^^^ the name `ComposedLens` in the type namespace is first re-exported here
[INFO] [stderr] 4 | pub use lens::lens_box::*;
[INFO] [stderr] 5 | pub use lens::lens_fn::*;
[INFO] [stderr]   |         ---------------- but the name `ComposedLens` in the type namespace is also re-exported here
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `lens::lens_box::*`
[INFO] [stderr]  --> src/lib.rs:4:9
[INFO] [stderr]   |
[INFO] [stderr] 4 | pub use lens::lens_box::*;
[INFO] [stderr]   |         ^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `lens::lens_fn::*`
[INFO] [stderr]  --> src/lib.rs:5:9
[INFO] [stderr]   |
[INFO] [stderr] 5 | pub use lens::lens_fn::*;
[INFO] [stderr]   |         ^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: `myopic` (lib) generated 4 warnings (run `cargo fix --lib -p myopic` to apply 2 suggestions)
[INFO] [stderr] warning: `myopic` (lib test) generated 4 warnings (4 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.11s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/myopic-e1039abc3f7c2a0d)
[INFO] [stdout] running 0 tests
[INFO] [stderr]    Doc-tests myopic
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "d518e5602b5fe255e9c51fb9da7ff196d3b7f32da43793cbf90919521f3ce39d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d518e5602b5fe255e9c51fb9da7ff196d3b7f32da43793cbf90919521f3ce39d", kill_on_drop: false }`
[INFO] [stdout] d518e5602b5fe255e9c51fb9da7ff196d3b7f32da43793cbf90919521f3ce39d
